testing.common.flushToParent (method)

9 uses

	testing (current package)
		fuzz.go#L420: 		f.flushToParent(f.name, format, "FAIL", f.name, dstr)
		fuzz.go#L423: 			f.flushToParent(f.name, format, "SKIP", f.name, dstr)
		fuzz.go#L425: 			f.flushToParent(f.name, format, "PASS", f.name, dstr)
		fuzz.go#L691: 				root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
		testing.go#L840: func (c *common) flushToParent(testName, format string, args ...any) {
		testing.go#L1728: 				root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
		testing.go#L2195: 		t.flushToParent(t.name, format, "FAIL", t.name, dstr)
		testing.go#L2198: 			t.flushToParent(t.name, format, "SKIP", t.name, dstr)
		testing.go#L2200: 			t.flushToParent(t.name, format, "PASS", t.name, dstr)